home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cocktail / begman.lha / begmanual / begman10.ps < prev    next >
Text File  |  1992-02-14  |  14KB  |  807 lines

  1. %!PS-Adobe-2.0
  2. %%Title: (null)
  3. %%Creator: emmel
  4. %%CreationDate: Wed Dec  4 10:41:32 1991
  5. %%Pages: 0
  6. %%BoundingBox: 18 2.88 556.866 499.51
  7. %%EndComments
  8. /draw_initial_state save def
  9. /displaylistdict 80 dict def
  10. displaylistdict begin
  11.  
  12. %% catch nocurrentpoint error for:
  13. %% pathbbox
  14.     /ncpoint errordict /nocurrentpoint get def
  15.     errordict begin
  16.     /nocurrentpoint
  17.     {
  18.     dup /pathbbox load eq
  19.     { pop 0 0 1 1 }
  20.     { ncpoint }
  21.     ifelse
  22.     } bind def
  23.     end
  24.  
  25.     /m {moveto} bind def
  26.     /l {lineto} bind def
  27.  
  28. %% pattern stuff
  29.     /BPSIDE 32 def    %% pixels per pattern side
  30.     /PATFREQ 3.0 def    %% pattern pixels per mm
  31.  
  32.     /drawpat_mat [PATFREQ 0 0 PATFREQ 0 0] def
  33.     /drawpat_pw BPSIDE def    %% pattern pixel width
  34.     /drawpat_ph BPSIDE def    %% pattern pixel height
  35.     /drawpat_w drawpat_pw PATFREQ div def    %% pattern mm width
  36.     /drawpat_h drawpat_ph PATFREQ div def    %% pattern mm height
  37.     /drawpat_bs 1 def        %% pattern bits per pixel
  38.  
  39.     /topmat matrix def
  40.     /patmat matrix def
  41.  
  42.     /start_display_list
  43.     {    
  44.     0    setlinecap
  45.     10    setmiterlimit
  46.     } bind def
  47.  
  48.     /patpath {
  49.     topmat setmatrix
  50.     pathbbox    %% get lo - hi indecies
  51.     /hy exch drawpat_h div floor cvi def
  52.     /hx exch drawpat_w div floor cvi def
  53.     /ly exch drawpat_h div floor cvi def
  54.     /lx exch drawpat_w div floor cvi def
  55.     lx 1 hx {
  56.         drawpat_w mul
  57.         ly 1 hy {
  58.         drawpat_h mul
  59.         exch dup 3 1 roll exch
  60.         patmat currentmatrix pop
  61.         translate
  62.         drawpat_pw drawpat_ph drawpat_bs
  63.         drawpat_mat drawpat_proc image
  64.         patmat setmatrix
  65.         } for
  66.         pop
  67.     } for
  68.     } bind def
  69.  
  70.     /saveCurrentPoint
  71.     {
  72.     currentpoint /cpy exch def /cpx exch def
  73.     } bind def
  74.  
  75.     /restoreCurrentPoint
  76.     {
  77.     cpx cpy moveto
  78.     } bind def
  79.     /r {rmoveto} bind def
  80.     /sp {x 0 rmoveto} bind def
  81.     /rl {rlineto} bind def
  82.     /onelet 1 string def
  83.  
  84. %% show a string
  85.     /s {
  86.         complex_color
  87.         {
  88.         {
  89.             onelet exch 0 exch put
  90.             gsave
  91.             onelet true charpath
  92.             clip patpath
  93.             grestore
  94.             onelet stringwidth rmoveto
  95.         } forall
  96.         }
  97.         { show }
  98.         ifelse
  99.     } bind def
  100.  
  101.     /box { newpath m l l l closepath } bind def
  102.     /pix_to_units { 144 300 div mul } bind def
  103.     /apix_to_units { 144 exch div mul } bind def
  104.  
  105.     /reencode_small_dict 12 dict def
  106.     /ReencodeSmall {
  107.     reencode_small_dict begin
  108.     /new_codes_and_names exch def
  109.     /new_font_name exch def
  110.     /base_font_name exch def
  111.  
  112.     /base_font_dict base_font_name findfont def
  113.     /newfont base_font_dict maxlength dict def
  114.  
  115.     base_font_dict {
  116.         exch dup /FID ne
  117.         { dup /Encoding eq
  118.             { exch dup length array copy newfont 3 1 roll put }
  119.             { exch newfont 3 1 roll put }
  120.             ifelse
  121.         }
  122.         { pop pop }
  123.         ifelse
  124.     } forall
  125.  
  126.     newfont /FontName new_font_name put
  127.     new_codes_and_names aload pop
  128.  
  129.     new_codes_and_names length 2 idiv
  130.     { newfont /Encoding get 3 1 roll put }
  131.     repeat
  132.  
  133.     new_font_name newfont definefont pop
  134.     end     %%reencode_small_dict
  135.     } def
  136.  
  137.     /extended_Zapf [
  138.     8#223 /a89
  139.     8#224 /a90
  140.     8#225 /a93
  141.     8#226 /a94
  142.     8#227 /a91
  143.     8#230 /a92
  144.     8#231 /a205
  145.     8#232 /a85
  146.     8#233 /a206
  147.     8#234 /a86
  148.     8#235 /a87
  149.     8#236 /a88
  150.     8#237 /a95
  151.     8#240 /a96
  152.     ] def
  153.  
  154.     /extended_Standard [
  155.     128 /Acircumflex
  156.     129 /Adieresis
  157.     130 /Agrave
  158.     131 /Aring
  159.     132 /Atilde
  160.     133 /Ccedilla
  161.     134 /Eacute
  162.     135 /Ecircumflex
  163.     136 /Edieresis
  164.     137 /Egrave
  165.     138 /Iacute
  166.     139 /Icircumflex
  167.     140 /Idieresis
  168.     141 /Igrave
  169.     142 /Ntilde
  170.     143 /Oacute
  171.     144 /Ocircumflex
  172.     145 /Odieresis
  173.     146 /Ograve
  174.     147 /Otilde
  175.     148 /Scaron
  176.     149 /Uacute
  177.     150 /Ucircumflex
  178.     151 /Udieresis
  179.     152 /Ugrave
  180.     153 /Ydieresis
  181.     154 /Zcaron
  182.     155 /aacute
  183.     156 /acircumflex
  184.     157 /adieresis
  185.     158 /agrave
  186.     159 /aring
  187.     160 /atilde
  188.     209 /ccedilla
  189.     210 /copyright
  190.     211 /eacute
  191.     212 /ecircumflex
  192.     213 /edieresis
  193.     214 /egrave
  194.     215 /iacute
  195.     216 /icircumflex
  196.     217 /idieresis
  197.     218 /igrave
  198.     219 /logicalnot
  199.     220 /minus
  200.     221 /ntilde
  201.     222 /oacute
  202.     223 /ocircumflex
  203.     224 /odieresis
  204.     228 /ograve
  205.     229 /otilde
  206.     230 /registered
  207.     231 /scaron
  208.     236 /trademark
  209.     237 /uacute
  210.     238 /ucircumflex
  211.     239 /udieresis
  212.     240 /ugrave
  213.     242 /ydieresis
  214.     243 /zcaron
  215.     244 /Aacute
  216.     ] def
  217.  
  218.     /extended_Symbol [
  219.     ] def
  220.  
  221.     /extend_font {  %% stack: fontname newfontname
  222.     exch dup (ZapfDingbats) eq
  223.         { cvn exch cvn extended_Zapf ReencodeSmall }
  224.         { dup (Symbol) eq
  225.         { cvn exch cvn extended_Symbol ReencodeSmall }
  226.         { cvn exch cvn extended_Standard ReencodeSmall }
  227.         ifelse
  228.         }
  229.     ifelse
  230.     } bind def
  231.  
  232.     /getfont {
  233.     /f exch def f cvn where
  234.     { begin f cvx cvn exec setfont end }
  235.     { f 0 f length 3 sub getinterval (LocalFont) extend_font
  236.         /LocalFont findfont
  237.         /sz f f length 3 sub 3 getinterval cvi def
  238.         [ sz 0 0 sz neg 0 0 ] makefont dup f cvn exch def
  239.         setfont
  240.     }
  241.     ifelse
  242.     } bind def
  243.  
  244.     /ul { %% space drop thickness
  245.     gsave currentpoint currentlinewidth 
  246.     currentpoint newpath moveto 6 -3 roll 
  247.     setlinewidth 0 exch r
  248.     0 rl stroke setlinewidth m
  249.     grestore 
  250.     } bind def
  251.  
  252.     /ss { currentpoint pop exch m } bind def
  253.  
  254.     /image_raster { %% sw sh dw dh xs ys
  255.     translate scale /sh exch def /sw exch def
  256.     /imagebuf sw 7 add 8 idiv string def
  257.     sw sh 1 [sw 0 0 sh 0 0] { currentfile imagebuf readhexstring pop }
  258.     image
  259.     } bind def
  260.  
  261.     /leader_insert 
  262.     { 
  263.     /str exch def /sp1 exch def 
  264.     -1 0 { pop sp1 0 str ashow } for
  265.     } bind def
  266.  
  267.     /nx { /x exch def } bind def
  268.     0. nx
  269. %%EndProlog
  270.  
  271. %%Page: 1 1
  272. gsave 2.83465 -2.83465 scale
  273. saveCurrentPoint newpath restoreCurrentPoint
  274. 190.1 0 rlineto
  275. 0 175.2 rlineto
  276. -190.1 0 rlineto
  277. closepath clip
  278. 0 -14.9 rmoveto
  279. currentpoint translate
  280. topmat currentmatrix pop
  281. start_display_list
  282.  
  283. % irpoly2
  284. 0 setlinejoin
  285. 0.2 setlinewidth
  286. 0 setgray
  287. gsave
  288. newpath 20 50 m
  289. 70 50 l
  290. 70 70 l
  291. 20 70 l
  292. closepath
  293. stroke
  294. grestore
  295.  
  296. % irpoly2
  297. gsave
  298. newpath 100 135 m
  299. 135 135 l
  300. 135 155 l
  301. 100 155 l
  302. closepath
  303. stroke
  304. grestore
  305.  
  306. % irpoly2
  307. gsave
  308. newpath 25 140 m
  309. 65 140 l
  310. 70 150 l
  311. 65 160 l
  312. 25 160 l
  313. 20 150 l
  314. closepath
  315. stroke
  316. grestore
  317.  
  318. % irpoly2
  319. gsave
  320. newpath 25 20 m
  321. 65 20 l
  322. 70 30 l
  323. 65 40 l
  324. 25 40 l
  325. 20 30 l
  326. closepath
  327. stroke
  328. grestore
  329.  
  330. % irpoly2
  331. gsave
  332. newpath 20 80 m
  333. 70 80 l
  334. 70 100 l
  335. 20 100 l
  336. closepath
  337. stroke
  338. grestore
  339.  
  340. % irpoly2
  341. gsave
  342. newpath 20 130 m
  343. 70 130 l
  344. 70 110 l
  345. 20 110 l
  346. closepath
  347. stroke
  348. grestore
  349.  
  350. % irpoly2
  351. gsave
  352. newpath 150 135 m
  353. 185 135 l
  354. 185 155 l
  355. 150 155 l
  356. closepath
  357. stroke
  358. grestore
  359.  
  360. % text
  361. /complex_color false def
  362. matrix currentmatrix [1 0 0 1 45 83.5202] concat
  363. 25.4 144 div dup scale 0 0 m
  364. 21 ss -53.621 21.000 m (Times-Roman028) getfont (RegAlloc) s
  365. setmatrix
  366.  
  367. % text
  368. /complex_color false def
  369. matrix currentmatrix [1 0 0 1 45 113.52] concat
  370. 25.4 144 div dup scale 0 0 m
  371. 21 ss -27.193 21.000 m (Times-Roman028) getfont (Emit) s
  372. setmatrix
  373.  
  374. % text
  375. /complex_color false def
  376. matrix currentmatrix [1 0 0 1 45 143.52] concat
  377. 25.4 144 div dup scale 0 0 m
  378. 21 ss -59.814 21.000 m (Times-Roman028) getfont (Assembler) s
  379. setmatrix
  380.  
  381. % text
  382. /complex_color false def
  383. matrix currentmatrix [1 0 0 1 117.5 138.52] concat
  384. 25.4 144 div dup scale 0 0 m
  385. 21 ss -13.986 21.000 m (Times-Roman028) getfont (IR) s
  386. setmatrix
  387.  
  388. % text
  389. /complex_color false def
  390. matrix currentmatrix [1.07691 0 0 1.07692 167.415 138.52] concat
  391. 25.4 144 div dup scale 0 0 m
  392. 19 ss -46.896 19.000 m (Times-Roman026) getfont (GcgBase) s
  393. setmatrix
  394.  
  395. % text
  396. /complex_color false def
  397. matrix currentmatrix [1 0 0 1 45 25] concat
  398. 25.4 144 div dup scale 0 0 m
  399. 21 ss -56.355 21.000 m (Times-Roman028) getfont (Front End) s
  400. setmatrix
  401.  
  402. % text
  403. /complex_color false def
  404. matrix currentmatrix [1 0 0 1 45 53.5202] concat
  405. 25.4 144 div dup scale 0 0 m
  406. 21 ss -42.766 21.000 m (Times-Roman028) getfont (IRCons) s
  407. setmatrix
  408.  
  409. % text
  410. /complex_color false def
  411. matrix currentmatrix [1 0 0 1 117.5 145] concat
  412. 25.4 144 div dup scale 0 0 m
  413. 15 ss -90.977 15.000 m (Times-Roman020) getfont (internal data structures) s
  414. setmatrix
  415.  
  416. % text
  417. /complex_color false def
  418. matrix currentmatrix [1.11109 0 0 1.11111 167.415 145] concat
  419. 25.4 144 div dup scale 0 0 m
  420. 13 ss -65.408 13.000 m (Times-Roman018) getfont (basic internal data) s 37 ss
  421. -34.945 37.000 m (structures) s
  422. setmatrix
  423.  
  424. % text
  425. /complex_color false def
  426. matrix currentmatrix [1 0 0 1 45 150] concat
  427. 25.4 144 div dup scale 0 0 m
  428. 15 ss -117.393 15.000 m (Times-Roman020) getfont (only needed when generating) s
  429. 43 ss -55.215 43.000 m (machine code) s
  430. setmatrix
  431.  
  432. % text
  433. /complex_color false def
  434. matrix currentmatrix [1 0 0 1 45 120] concat
  435. 25.4 144 div dup scale 0 0 m
  436. 15 ss -111.035 15.000 m (Times-Roman020) getfont (output phase and on the fly ) s
  437. 43 ss -117.285 43.000 m (register allocator \(if selected\)) s
  438. setmatrix
  439.  
  440. % text
  441. /complex_color false def
  442. matrix currentmatrix [1 0 0 1 45 90] concat
  443. 25.4 144 div dup scale 0 0 m
  444. 15 ss -99.277 15.000 m (Times-Roman020) getfont (general register allocator) s
  445. 43 ss -47.402 43.000 m (\(if selected\)) s
  446. setmatrix
  447.  
  448. % text
  449. /complex_color false def
  450. matrix currentmatrix [1 0 0 1 45 60] concat
  451. 25.4 144 div dup scale 0 0 m
  452. 15 ss -89.619 15.000 m (Times-Roman020) getfont (Tree construction and ) s 43 ss
  453. -80.176 43.000 m (cover determination) s
  454. setmatrix
  455.  
  456. % polyline2
  457. % arrow
  458. gsave
  459. newpath 110 135 m 107.057 135.226 l 107.51 133.415 l closepath
  460. eofill
  461. grestore
  462. 0.1 setlinewidth
  463. gsave
  464. newpath 70 125 m
  465. 107.284 134.321 l
  466. stroke
  467. grestore
  468.  
  469. % polyline2
  470. % arrow
  471. gsave
  472. newpath 160 135 m 157.085 135.46 l 157.392 133.619 l closepath
  473. eofill
  474. grestore
  475. gsave
  476. newpath 70 120 m
  477. 157.238 134.54 l
  478. stroke
  479. grestore
  480.  
  481. % polyline2
  482. % arrow
  483. gsave
  484. newpath 115 135 m 112.287 133.837 l 113.527 132.442 l closepath
  485. eofill
  486. grestore
  487. gsave
  488. newpath 70 95 m
  489. 112.907 133.14 l
  490. stroke
  491. grestore
  492.  
  493. % polyline2
  494. % arrow
  495. gsave
  496. newpath 165 135 m 162.07 134.645 l 162.869 132.958 l closepath
  497. eofill
  498. grestore
  499. gsave
  500. newpath 70 90 m
  501. 162.47 133.801 l
  502. stroke
  503. grestore
  504.  
  505. % polyline2
  506. % arrow
  507. gsave
  508. newpath 140 95 m 137.096 95.528 l 137.36 93.6801 l closepath
  509. eofill
  510. grestore
  511. gsave
  512. newpath 70 85 m
  513. 137.228 94.604 l
  514. stroke
  515. grestore
  516.  
  517. % polyline2
  518. % arrow
  519. gsave
  520. newpath 120 135 m 117.613 133.264 l 119.132 132.179 l closepath
  521. eofill
  522. grestore
  523. gsave
  524. newpath 70 65 m
  525. 118.373 132.722 l
  526. stroke
  527. grestore
  528.  
  529. % polyline2
  530. % arrow
  531. gsave
  532. newpath 170 135 m 167.2 134.067 l 168.32 132.573 l closepath
  533. eofill
  534. grestore
  535. gsave
  536. newpath 70 60 m
  537. 167.76 133.32 l
  538. stroke
  539. grestore
  540.  
  541. % polyline2
  542. % arrow
  543. gsave
  544. newpath 125 135 m 126.32 132.36 l 127.64 133.68 l closepath
  545. eofill
  546. grestore
  547. gsave
  548. newpath 150 110 m
  549. 126.98 133.02 l
  550. stroke
  551. grestore
  552.  
  553. % polyline2
  554. % arrow
  555. gsave
  556. newpath 175 135 m 173.094 132.747 l 174.827 132.054 l closepath
  557. eofill
  558. grestore
  559. gsave
  560. newpath 165 110 m
  561. 173.96 132.4 l
  562. stroke
  563. grestore
  564.  
  565. % polyline2
  566. % arrow
  567. gsave
  568. newpath 150 145 m 147.2 145.933 l 147.2 144.067 l closepath
  569. eofill
  570. grestore
  571. gsave
  572. newpath 135 145 m
  573. 147.2 145 l
  574. stroke
  575. grestore
  576.  
  577. % polyline2
  578. % arrow
  579. gsave
  580. newpath 50 140 m 49.0667 137.2 l 50.9333 137.2 l closepath
  581. eofill
  582. grestore
  583. gsave
  584. newpath 50 130 m
  585. 50 137.2 l
  586. stroke
  587. grestore
  588.  
  589. % polyline2
  590. % arrow
  591. gsave
  592. newpath 50 100 m 50.9333 102.8 l 49.0667 102.8 l closepath
  593. eofill
  594. grestore
  595. gsave
  596. newpath 50 110 m
  597. 50 102.8 l
  598. stroke
  599. grestore
  600.  
  601. % bezier3
  602. % arrow
  603. gsave
  604. newpath 35 110 m 32.1304 109.31 l 33.1185 107.726 l closepath
  605. eofill
  606. grestore
  607. 2 setlinejoin
  608. gsave
  609. newpath 35 70 m 25 76.6667 5 83.3333 5 90 curveto
  610. 5 96.1729 22.1471 102.346 32.6256 108.519 curveto
  611. stroke
  612. grestore
  613.  
  614. % irpoly2
  615. 0 setlinejoin
  616. 0.2 setlinewidth
  617. gsave
  618. newpath 140 90 m
  619. 175 90 l
  620. 175 110 l
  621. 140 110 l
  622. closepath
  623. stroke
  624. grestore
  625.  
  626. % text
  627. /complex_color false def
  628. matrix currentmatrix [1.07691 0 0 1.07692 157.415 93.5202] concat
  629. 25.4 144 div dup scale 0 0 m
  630. 19 ss -41.844 19.000 m (Times-Roman026) getfont (GcgTab) s
  631. setmatrix
  632.  
  633. % text
  634. /complex_color false def
  635. matrix currentmatrix [1 0 0 1 157.415 100] concat
  636. 25.4 144 div dup scale 0 0 m
  637. 15 ss -69.063 15.000 m (Times-Roman020) getfont (tables of register ) s 43 ss
  638. -34.941 43.000 m (allocator) s
  639. setmatrix
  640.  
  641. % polyline2
  642. % arrow
  643. gsave
  644. newpath 50 50 m 49.0667 47.2 l 50.9333 47.2 l closepath
  645. eofill
  646. grestore
  647. 0.1 setlinewidth
  648. gsave
  649. newpath 50 40 m
  650. 50 47.2 l
  651. stroke
  652. grestore
  653.  
  654. % polyline2
  655. % arrow
  656. gsave
  657. newpath 45 50 m 43.1667 44.5 l 46.8333 44.5 l closepath
  658. eofill
  659. grestore
  660. 1 setlinewidth
  661. gsave
  662. newpath 45 40 m
  663. 45 44.5 l
  664. stroke
  665. grestore
  666.  
  667. % polyline2
  668. % arrow
  669. gsave
  670. newpath 45 80 m 43.1667 74.5 l 46.8333 74.5 l closepath
  671. eofill
  672. grestore
  673. gsave
  674. newpath 45 70 m
  675. 45 74.5 l
  676. stroke
  677. grestore
  678.  
  679. % polyline2
  680. % arrow
  681. gsave
  682. newpath 45 110 m 43.1667 104.5 l 46.8333 104.5 l closepath
  683. eofill
  684. grestore
  685. gsave
  686. newpath 45 100 m
  687. 45 104.5 l
  688. stroke
  689. grestore
  690.  
  691. % polyline2
  692. % arrow
  693. gsave
  694. newpath 45 140 m 43.1667 134.5 l 46.8333 134.5 l closepath
  695. eofill
  696. grestore
  697. gsave
  698. newpath 45 130 m
  699. 45 134.5 l
  700. stroke
  701. grestore
  702.  
  703. % polyline2
  704. % arrow
  705. gsave
  706. newpath 70 90 m 75.704 88.9629 l 75.1855 92.5927 l closepath
  707. eofill
  708. grestore
  709. gsave
  710. newpath 140 100 m
  711. 75.4447 90.7778 l
  712. stroke
  713. grestore
  714.  
  715. % polyline2
  716. % arrow
  717. gsave
  718. newpath 65 172.113 m 59.5 173.946 l 59.5 170.28 l closepath
  719. eofill
  720. grestore
  721. gsave
  722. newpath 40 172.113 m
  723. 59.5 172.113 l
  724. stroke
  725. grestore
  726.  
  727. % polyline2
  728. % arrow
  729. gsave
  730. newpath 65 182.113 m 62.2 183.046 l 62.2 181.18 l closepath
  731. eofill
  732. grestore
  733. 0.1 setlinewidth
  734. gsave
  735. newpath 40 182.113 m
  736. 62.2 182.113 l
  737. stroke
  738. grestore
  739.  
  740. % text
  741. /complex_color false def
  742. matrix currentmatrix [1 0 0 0.999995 70 170] concat
  743. 25.4 144 div dup scale 0 0 m
  744. 18 ss 0.000 18.000 m (Times-Roman024) getfont (Data) s 6.000 nx sp (Flow) s sp
  745. setmatrix
  746.  
  747. % text
  748. /complex_color false def
  749. matrix currentmatrix [0.999995 0 0 0.999995 70 180] concat
  750. 25.4 144 div dup scale 0 0 m
  751. 18 ss 0.000 18.000 m (Times-Roman024) getfont (Import) s 6.000 nx sp (Relation) s
  752. setmatrix
  753.  
  754. % irpoly2
  755. gsave
  756. newpath 110 169.613 m
  757. 130 169.613 l
  758. 130 174.613 l
  759. 110 174.613 l
  760. closepath
  761. stroke
  762. grestore
  763.  
  764. % irpoly2
  765. 0.1 setlinewidth
  766. gsave
  767. newpath 112 179.613 m
  768. 128 179.613 l
  769. 130 182.113 l
  770. 128 184.613 l
  771. 112 184.613 l
  772. 110 182.113 l
  773. closepath
  774. stroke
  775. grestore
  776.  
  777. % text
  778. /complex_color false def
  779. matrix currentmatrix [1 0 0 1 135 170] concat
  780. 25.4 144 div dup scale 0 0 m
  781. 18 ss 0.000 18.000 m (Times-Roman024) getfont (generated) s 6.000 nx sp (module) s
  782. setmatrix
  783.  
  784. % text
  785. /complex_color false def
  786. matrix currentmatrix [1 0 0 1 135 180] concat
  787. 25.4 144 div dup scale 0 0 m
  788. 18 ss 0.000 18.000 m (Times-Roman024) getfont (user) s 6.000 nx sp (written) s sp (module) s
  789. setmatrix
  790.  
  791. % irpoly2
  792. 0.2 setlinewidth
  793. gsave
  794. newpath 0 15 m
  795. 190 15 l
  796. 190 190 l
  797. 0 190 l
  798. closepath
  799. stroke
  800. grestore
  801. grestore
  802.  
  803. %%Trailer
  804. end
  805. draw_initial_state restore
  806.  
  807.